projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6eba9
)
(show-cursor-in-non-selected-windows): Doc fix.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 22 Nov 2000 19:52:27 +0000
(19:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 22 Nov 2000 19:52:27 +0000
(19:52 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 5a9c276a2fe72f7d5c67a1175b875df72dbbe641..06dfcbf8469662303326f6dbb518e2cac417f01e 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-1161,7
+1161,8
@@
itself as a pre-command hook."
\f
(defcustom show-cursor-in-non-selected-windows t
"*Non-nil means show a hollow box cursor in non-selected-windows.
-If nil, don't show a cursor except in the selected window."
+If nil, don't show a cursor except in the selected window.
+Setting this variable directly has no effect; use custom instead."
:tag "Cursor in non-selected windows"
:type 'boolean
:group 'cursor